home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 722 / 722.xpi / mozilla.cfg < prev    next >
Text File  |  2010-02-12  |  806b  |  14 lines

  1. //
  2. // sample configuration to lock whitelist using the method explained here:
  3. // http://ilias.ca/blog/2005/03/locking-mozilla-firefox-settings/
  4.  
  5.  
  6. // you'd better copy the site list from the "capability.policy.maonoscript.sites" 
  7. // key in the prefs.js file found in a test profile
  8. lockPref("noscript.default", "informaction.com http://informaction.com https://informaction.com flashgot.net http://flashgot.net https://flashgot.net noscript.net http://noscript.net https://noscript.net");
  9.  
  10. lockPref("noscript.ctxMenu", false); // hide context menu
  11. lockPref("noscript.statusIcon", false); // hide statusIcon
  12. lockPref("noscript.notify", false); // hide notification bar
  13. lockPref("noscript.lockPrivilegedUI"); // disable DOM Inspector and Error Console (which may be used to programmatically unlock the prefs)
  14.